home *** CD-ROM | disk | FTP | other *** search
- object ZadaniJmenaForm: TZadaniJmenaForm
- Left = 86
- Top = 179
- Width = 255
- Height = 126
- Caption = 'Zad�n� jm�na'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 16
- Top = 8
- Width = 34
- Height = 13
- Caption = 'Jm�no:'
- end
- object Label2: TLabel
- Left = 16
- Top = 32
- Width = 28
- Height = 13
- Caption = 'eMail:'
- end
- object edJmeno: TEdit
- Left = 64
- Top = 8
- Width = 169
- Height = 21
- TabOrder = 0
- end
- object edEMail: TEdit
- Left = 64
- Top = 32
- Width = 169
- Height = 21
- TabOrder = 1
- end
- object btnOK: TButton
- Left = 128
- Top = 64
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 2
- end
- object btnStorno: TButton
- Left = 40
- Top = 64
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Storno'
- ModalResult = 3
- TabOrder = 3
- end
- end
-